returns X and Y coordinate given i and j position in grid(i,j)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | X | |||
real(kind=float), | intent(in) | :: | Y | |||
type(grid_real), | intent(in) | :: | grid | |||
integer, | intent(out) | :: | i | |||
integer, | intent(out) | :: | j | |||
logical, | intent(out), | optional | :: | check |
return false if i and j are outside grid definition |
returns X and Y coordinate given i and j position in grid(i,j)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=float), | intent(in) | :: | X | |||
real(kind=float), | intent(in) | :: | Y | |||
type(grid_integer), | intent(in) | :: | grid | |||
integer, | intent(out) | :: | i | |||
integer, | intent(out) | :: | j | |||
logical, | intent(out), | optional | :: | check |
return false if i and j are outside grid definition |